home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of MacTutor - S…e Code for Volumes 1 to 5
/
The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin
/
Source Code
/
#24 (Sep 87)
/
fortran source
/
misc stuff
/
MacXRF Folder
/
macxrf.par
< prev
Wrap
Text File
|
1985-02-26
|
1KB
|
40 lines
*************************************************************************
* Title: MacFORTRAN Subprogram Cross-Referencer - Parameter File
*
* Produced by: Absoft South, Inc. Date: 1/15/85
*
* Purpose: To define constant values that are important to the proper
* operation of this code. The constants all represent logical
* unit numbers for the particular files that may be opened.
*
* Notes:
*
* Warnings/Limitations:
*
* Modification History:
*
*************************************************************************
* Logical unit number for the console I/O.
INTEGER CONSOLE
PARAMETER (CONSOLE=9)
* Logical unit number for the calling structure file.
INTEGER ISRUNIT
PARAMETER (ISRUNIT=29)
* Logical unit number for the calling structure file.
INTEGER LEVEL
PARAMETER (LEVEL=30)
* Logical unit number for the symbol table.
INTEGER SYMBOL
PARAMETER (SYMBOL=31)
* Logical unit number for the reference table.
INTEGER REFERENCE
PARAMETER (REFERENCE=32)
* Logical unit number for the main program source.
INTEGER MAIN
PARAMETER (MAIN=33)